/*!
 * DO NOT OVERRIDE THIS FILE.
 * Generated with `npm run build`
 *
 * racoj-theme - racoj Theme for WordPress
 * @version 1.0.0
 * @author WDG
 * @link https://www.webdevelopmentgroup.com/
 */
.home__header {
    position: relative;
    padding-left: 0;
    padding-top: 0;
    margin-top: -30px;
    overflow: hidden
}

@media (min-width:768px) {
    .home__header {
        padding-top: 0;
        margin-top: 0
    }
}

@media (min-width:1024px) {
    .home__header {
        padding-left: 5%
    }
}

@media (min-width:1681px) {
    .home__header {
        padding-left: 11%
    }
}

@media (min-width:1200px) {
    .home__header.image-overlap-1 .home__header-heading {
        margin-right: -20px !important
    }
}

@media (min-width:1200px) {
    .home__header.image-overlap-2 .home__header-heading {
        margin-right: -40px !important
    }
}

@media (min-width:1200px) {
    .home__header.image-overlap-3 .home__header-heading {
        margin-right: -60px !important
    }
}

@media (min-width:1200px) {
    .home__header.image-overlap-4 .home__header-heading {
        margin-right: -80px !important
    }
}

@media (min-width:1200px) {
    .home__header.image-overlap-5 .home__header-heading {
        margin-right: -100px !important
    }
}

.home__header-background {
    display: none;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 65px);
    background-color: #015288
}

@media (min-width:1024px) {
    .home__header-background {
        display: block
    }
}

.home__header-background:before {
    display: block;
    content: "";
    z-index: 1;
    position: absolute;
    top: calc(16% - 0px);
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, #fff 100%)
}

@media (min-width:768px) {
    .home__header-background:before {
        top: 0;
        height: 120px
    }
}

.home__header-background picture {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.home__header-background picture picture {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.home__header-background picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.home__header-top {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 45px;
    max-width: 100% !important
}

@media (min-width:768px) {
    .home__header-top {
        padding-top: 0
    }
}

@media (min-width:1024px) {
    .home__header-top {
        padding-left: 0;
        padding-right: 0
    }
}

.home__header-top .home__header-background {
    display: block;
    top: auto;
    bottom: 0;
    height: 120%
}

@media (min-width:768px) {
    .home__header-top .home__header-background {
        height: 100%
    }
}

@media (min-width:1024px) {
    .home__header-top .home__header-background {
        display: none
    }
}

.home__header-top>div {
    position: relative;
    z-index: 1
}

@media (min-width:768px) {
    .home__header-top>div {
        display: flex;
        align-items: flex-end
    }
}

.home__header-top * {
    margin-bottom: 0
}

.home__header-heading {
    flex: 1 1 100%;
    max-width: 508px !important;
    margin-bottom: 40px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-shadow: 0 2px 9px rgba(0, 0, 0, .4);
    font-size: 30px;
    font-weight: 600
}

@media (min-width:768px) {
    .home__header-heading {
        margin-right: 20px !important;
        margin-bottom: 80px !important;
        font-size: 38px
    }
}

@media (min-width:1024px) {
    .home__header-heading {
        font-size: 55px
    }
}

.home__header-heading:not(.has-text-color) {
    color: #fff
}

.home__header-floating-image {
    flex: 1 1 100%;
    position: relative;
    top: 0;
    right: 0;
    height: auto;
    margin: 0 !important
}

@media (min-width:768px) {
    .home__header-floating-image {
        height: 44vw
    }
}

@media (min-width:1024px) {
    .home__header-floating-image {
        max-height: 70vh
    }
}

@media (min-width:1440px) {
    .home__header-floating-image {
        height: 640px
    }
}

.home__header-floating-image picture {
    position: relative;
    overflow: hidden;
    align-items: flex-start
}

@media (min-width:768px) {
    .home__header-floating-image picture {
        position: absolute
    }
}

.home__header-floating-image picture img {
    -o-object-fit: unset;
    object-fit: unset;
    height: auto;
    width: auto
}

@media (min-width:768px) {
    .home__header-floating-image picture img {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: bottom left;
        object-position: bottom left;
        height: 100%;
        width: 100%
    }
}

@media (min-width:1440px) {
    .home__header-floating-image picture img {
        -o-object-fit: unset;
        object-fit: unset;
        height: 780px;
        width: auto;
        max-width: none
    }
}

.home__header .three-card-feature {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #015288
}

@media (min-width:1024px) {
    .home__header .three-card-feature {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (min-width:1681px) {
    .home__header .three-card-feature {
        padding-left: 50px;
        padding-right: 50px
    }
}

.home__header .three-card-feature__wrap-cards .card {
    border-radius: 5px
}

.home__header .three-card-feature__wrap-cards .card:first-child {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    border: 0
}

.home__header .three-card-feature__wrap-cards .card:first-child .card__heading {
    margin-top: -11px
}

/*# sourceMappingURL=style.min.css.map */